Merge version 5.11.1+dfsg-9+rpi1 and 5.11.2+dfsg-3 to produce 5.11.2+dfsg-3+rpi1 archive/raspbian/5.11.2+dfsg-3+rpi1 raspbian/5.11.2+dfsg-3+rpi1
authorRaspbian forward pporter <root@raspbian.org>
Thu, 25 Oct 2018 04:50:33 +0000 (05:50 +0100)
committerRaspbian forward pporter <root@raspbian.org>
Thu, 25 Oct 2018 04:50:33 +0000 (05:50 +0100)
1  2 
configure.json
debian/changelog
debian/patches/series
debian/rules

diff --cc configure.json
Simple merge
index c30b0e39b534383d3964c3a76b9e796b36bf0970,39eb167b361ec31c21cc8cde8ed01311ccc3f08c..ddd0094d48e62a6b34edead9e39fcbf273303635
@@@ -1,12 -1,36 +1,46 @@@
- qtbase-opensource-src (5.11.1+dfsg-9+rpi1) buster-staging; urgency=medium
++qtbase-opensource-src (5.11.2+dfsg-3+rpi1) buster-staging; urgency=medium
 +
 +  [changes introduced in 5.6.1+dfsg-2+rpi1] by Peter Michael Green]
 +  * Partially fix clean target.
 +
 +  [changes introduced in 5.9.1+dfsg-9+rpi1 by Peter Michael Green]
 +  * Disable neon (-no-neon no longer seems to work, so edit configure.json instead)
 +
-  -- Raspbian forward porter <root@raspbian.org>  Wed, 03 Oct 2018 00:33:38 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Thu, 25 Oct 2018 04:50:32 +0000
++
+ qtbase-opensource-src (5.11.2+dfsg-3) unstable; urgency=medium
+   * Make `pkg-config --variable=host_bins Qt5Core`/qmake work with cross
+     compilation (closes: #909575):
+     - Patch Qt5Core.pc to make host_bins variable point to the multi-arch
+       location (/usr/lib/${DEB_HOST_MULTIARCH}/qt5/bin).
+     - Make /usr/lib/${DEB_HOST_MULTIARCH}/qt5/bin/qmake point to
+       /usr/bin/${DEB_HOST_GNU_TYPE}-qmake. Also move this symlink from
+       qt5-qmake-bin to qt5-qmake.
+   * Correctly update symbols files for Vulkan symbols introduction.
+     Use arch-bits=32/64 where appropriate.
+   * Upload to unstable.
+  -- Dmitry Shachnev <mitya57@debian.org>  Mon, 15 Oct 2018 20:45:46 +0300
+ qtbase-opensource-src (5.11.2+dfsg-2) experimental; urgency=medium
+   * Bump ABI version to qtbase-abi-5-11-2.
+  -- Dmitry Shachnev <mitya57@debian.org>  Sat, 22 Sep 2018 09:21:33 +0300
+ qtbase-opensource-src (5.11.2+dfsg-1) experimental; urgency=medium
+   * New upstreaam release.
+   * Drop patches, applied upstream:
+     - fix_regresion_in_QPointF_operator_equals.patch
+     - fix-glibc-2.28-build.patch
+   * Refresh other patches.
+   * Update metadata for two patches wrongly marked as applied upstream.
+   * Update symbols files from buildds’ and the current build logs.
+   * Update debian/copyright.
+  -- Dmitry Shachnev <mitya57@debian.org>  Fri, 21 Sep 2018 10:57:47 +0300
  
  qtbase-opensource-src (5.11.1+dfsg-9) unstable; urgency=medium
  
index 549058861ebe4fc8ee80813a222dc53f47148b9a,888dff9dabbf54ddee2c3e69b4ce7a92f72c60c9..6b7adae977cf1cabe124e469367ada2ab0afb7e6
@@@ -1,11 -1,9 +1,8 @@@
  # Backported from upstream.
- hidpi_scale_at_192.diff
- Revert-QWidgetWindow-Immediately-forward-close-event.patch
- fix_regresion_in_QPointF_operator_equals.patch
  fix-selection-rendering.patch
- fix-glibc-2.28-build.patch
- fix_possible_heap_corruption_in_qxmlstream.patch
  
 -
+ # Forwarded upstream.
+ hidpi_scale_at_192.diff
  # Debian specific.
  gnukfreebsd.diff
  no_htmlinfo_example.diff
@@@ -16,4 -14,4 +13,5 @@@ armv4.dif
  nonlinux_utime.diff
  no_arc4random_buf.diff
  ssl_max_version.diff
+ Revert-QWidgetWindow-Immediately-forward-close-event.patch
 +modify-configure.json-to-disable-neon.patch
diff --cc debian/rules
Simple merge